home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Shareware World / Comms & Internet / Stalker Internet Mail Server / SIMS Loader / SIMS Loader.Read Me < prev   
Text File  |  1997-08-19  |  2KB  |  42 lines

  1. SIMS Loader 1.0
  2.  
  3. The SIMS Loader application can be used to create and update the accounts on the Stalker Internet Mail Server (SIMS).
  4.  
  5. The application uses input text file(s) to update the account information.
  6.  
  7. A text file should contain one header line and data lines.
  8. The header line contains the attribute names, separated with the TAB symbols.
  9. Data lines contain attribute values separated with the TAB symbol.
  10.  
  11. The following attributes are supported:
  12. UserName        or
  13. Account         - a text field with the account name;
  14.  
  15. FullName        or
  16. RealName        - a text field with the real-life user name;
  17.  
  18. Password        - a text field with the account password;
  19. AccountEnabled  - a boolean field;
  20. LoginEnabled    - a boolean field;
  21. SizeLimit       - a numeric field (the account storage size in KBytes, -1 or 0 if no limit)
  22. APOPrequired    - a boolean field;
  23.  
  24. All attribute names are case-insensitive.
  25.  
  26. Sample SIMS Loader input text file:
  27. UserName    Password  APOPrequired SizeLimit
  28. User01   abcdef    true         200
  29. User02   ssssszzz  true         -1
  30. User04   klj78#4   false        500
  31.  
  32.  
  33. If the header line contains an unknown name, all fields in that column are ignored.
  34.  
  35. If some account attribute is not specified in the input file, that attribute is not changed for the existing SIMS accounts, and the newly created accounts get the default value of that attribute. The UserName attributes must be specified in the input file.
  36.  
  37. If the Password attribute value starts with the $01 code (as used with MailShare Loader when exporting the passwords from MailShare/AIMS/EIMS), this attribute value is ignored.
  38.  
  39. Revision History
  40. The revision history is maintained on the Stalker SIMS  site:
  41. <http://www.stalker.com/SIMS/History.html>
  42.